home *** CD-ROM | disk | FTP | other *** search
- echo off
-
- echo This is a sample batch file that runs PMAKER.EXE and generates few images.
- echo The render takes a while... Consider this a demo and continue only if you
- echo are intersted on learning by experience. (press ^C to stop)
- pause
-
- echo First image is a 'lake' (interference between 6 2D waves)
- pause
- echo on
- pmaker lake.tga lake +x640 +y480 +n6 +sc0,80,120 +ec30,140,255 +l1
- echo off
-
- echo Second image is good for SIS and it's a 'stain' topic
- pause
- echo on
- pmaker stain.tga stain +n21 +l18
- echo off
-
- echo This demo generates a random 'star' pattern file
- pause
- echo on
- pmaker star.tga star +n300 +sc190,160,180 +ec255,255,230 +tc0,0,0 +bc0,20,50
- echo off
-
- echo This demo generates a random 'blur' pattern file (similar to "plasma")
- pause
- echo on
- pmaker blur.tga blur +sc0,100,200 +ec255,200,255 +x200 +y480 +d9
- echo off
-
- echo Last demo generates a random 'line' pattern file
- pause
- echo on
- pmaker line.tga line
- echo off
-
- echo Modify PMAKER's options in SAMPLES.BAT file to learn by experience
- echo Carlo Moretti: moretti@cobra.csr.unibo.it
-